home *** CD-ROM | disk | FTP | other *** search
/ PC Users 1998 June / Cd Pc Users 9.iso / nostalgi / inst / system16 / shdancer.gcs < prev    next >
Encoding:
Text File  |  1997-08-31  |  2.0 KB  |  91 lines

  1. *****************************************************
  2. * SEGA 1989 | SHADOW DANCER (INTERNATIONAL VERSION) *
  3. *****************************************************
  4.  
  5. .game Shadow_Dancer
  6. .shortname shdancer
  7. .gamenumber 6
  8.  
  9. .rompath shdancer\
  10.  
  11. .romsize 8
  12. .romload shdancer.a6 shdancer.a5
  13.  
  14.  
  15. .scrsize 128
  16. .scrload shdancer.b1 shdancer.b2 shdancer.b3
  17.  
  18. .objsize 2048
  19. .objload shdancer.b11 shdancer.a11
  20. .objload shdancer.b10 shdancer.a10
  21. .objload shdancer.b9 shdancer.a9
  22. .objload shdancer.b8 shdancer.a8
  23. .objoffs 0x00 0x02 0x04 0x06 0x08 0x0A 0x0C 0x0E 0x10 0x12 0x14 0x16 0x18 0x1A 0x1C 0x1E
  24.  
  25. *.soundprg shdancer.a4
  26. *.speechrom shdancer.b4
  27.  
  28. .defram 0x40 64
  29. .defram 0x41 64
  30. .defram 0x44 64
  31. .defram 0x84 64
  32. .defram 0xE4 64
  33. .defram 0xC0 64
  34. .defram 0xFE 64
  35. .defram 0xFF 64
  36.  
  37. .define txt 0x41
  38. .define vid 0x40
  39. .define io 0xE4
  40. .define spr 0x44
  41. .define pal 0x84
  42. .define ext 0xc0
  43. .define soundbank 0xFE
  44.  
  45. .define iopl1 0x0001
  46. .define iopl2 0x0003
  47. .define iogen 0x0009
  48. .define iods1 0x000B
  49. .define iods2 0x000D
  50.  
  51. .define regpsfg 0x410E81
  52. .define regpsbg 0x410E83
  53. .define regpsbg2 0x410e85
  54. .define regpsbg3 0x410e87
  55. .define regvsfg 0x410E91
  56. .define regvsbg 0x410E93
  57. .define regvsbg2 0x410e95
  58. .define regvsbg3 0x410e97
  59. .define reghsfg 0x410E98
  60. .define reghsbg 0x410E9a
  61. .define reghsbg2 0x410e9c
  62. .define reghsbg3 0x410e9e
  63.  
  64. .define regsplit0 0x410f80
  65. .define regsplit1 0x410fc0
  66. .define regsplit2 0x410f00
  67. .define regsplit3 0x410f40
  68.  
  69. .define bglayer 0x8f
  70.  
  71. .define regscract18 0xe4001d
  72. .define regbs 0xC00001
  73. .define dactype 0
  74.  
  75. .sound 3
  76. .samplespath shdancer\samples\shad_
  77. .sfxrange 0x81 0xc2
  78. *.voicerange 0x81 0x97
  79. .bgmrange 0xd0 0xe4
  80.  
  81. .dipswitch 0x01 0 CREDIT_TO_START ONE TWO _ _ _ _ _ _
  82. .dipswitch 0x02 1 ADVERTISE_SOUND OFF ON _ _ _ _ _ _
  83. .dipswitch 0x0C 2 NUMBER_OF_PLAYERS 3 4 5 2 _ _ _ _
  84. .dipswitch 0x30 4 GAME_DIFFICULTY NORMAL EASY HARD HARDEST _ _ _ _
  85. .dipswitch 0xC0 6 TIME_ADJUST 3.00 3.30 2.40 2.20 _ _ _ _
  86.  
  87. .labeljoy ATTACK JUMP MAGIC _ DOWN UP RIGHT LEFT
  88. .labelgen COIN_1 COIN_2 TEST SERVICE 1P_START 2P_START _ _
  89.  
  90. .end
  91.